-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix SSH task collection folder removal upon failure #1649
Conversation
Benchmark comparisonGET /api/alive/
GET /api/v2/dataset/
GET /api/v2/job/
GET /api/v2/project/
GET /api/v2/workflow/
POST /api/v2/project/3/dataset/404/images/query/
|
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
Note that renaming a venv folder breaks its |
For the record $ python -m venv MYVENV
$ grep -n MYVENV MYVENV/bin/*
MYVENV/bin/activate:41:VIRTUAL_ENV="/tmp/MYVENV"
MYVENV/bin/activate:58: PS1="(MYVENV) ${PS1:-}"
MYVENV/bin/activate:60: VIRTUAL_ENV_PROMPT="(MYVENV) "
MYVENV/bin/activate.csh:11:setenv VIRTUAL_ENV "/tmp/MYVENV"
MYVENV/bin/activate.csh:20: set prompt = "(MYVENV) $prompt"
MYVENV/bin/activate.csh:21: setenv VIRTUAL_ENV_PROMPT "(MYVENV) "
MYVENV/bin/activate.fish:36:set -gx VIRTUAL_ENV "/tmp/MYVENV"
MYVENV/bin/activate.fish:59: printf "%s%s%s" (set_color 4B8BBE) "(MYVENV) " (set_color normal)
MYVENV/bin/activate.fish:68: set -gx VIRTUAL_ENV_PROMPT "(MYVENV) "
MYVENV/bin/pip:1:#!/tmp/MYVENV/bin/python3
MYVENV/bin/pip3:1:#!/tmp/MYVENV/bin/python3
MYVENV/bin/pip3.10:1:#!/tmp/MYVENV/bin/python3 |
Fixed with 2acff13, by moving to a more explicit strategy |
Close #1633
Checklist before merging
CHANGELOG.md
main
into the current branch.